home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / IndexingKit / Ledger / PB.project < prev    next >
Text File  |  1993-01-25  |  1KB  |  27 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = icon.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = (archive.tiff);
  5. FILESTABLE = {
  6.     OTHER_LIBS = (dbkit_s, Indexing_s, Media_s, NeXT_s);
  7.     CLASSES = (AccountWindow.m, GlobalThings.m, JFTableVectorConfiguration.m, JFTableViewLoader.m, KAYEditableFormatter.m, LedgerController.m, MainDelegate.m, MoneyWell.m, Transaction.m);
  8.     OTHER_SOURCES = (Makefile, README.rtfd);
  9.     INTERFACES = (Ledger.nib, LedgerController.nib);
  10.     H_FILES = (AccountWindow.h, GlobalThings.h, JFTableVectorConfiguration.h, JFTableViewLoader.h, KAYEditableFormatter.h, LedgerController.h, MainDelegate.h, MoneyWell.h, Transaction.h);
  11.     IMAGES = (archive.tiff, icon.tiff, info.tiff, moneyDrag.tiff, well.tiff);
  12.     OTHER_LINKED = ();
  13.     M_FILES = (Ledger_main.m);
  14. };
  15. APPCLASS = Application;
  16. MAINNIB = Ledger;
  17. DOCEXTENSIONS = (store);
  18. PROJECTTYPE = Application;
  19. PROJECTVERSION = 1.1;
  20. LOCALIZABLE_FILES = {
  21.     LedgerController.nib;
  22.     Ledger.nib;
  23. };
  24. PROJECTNAME = Ledger;
  25. SYSTEMEXTENSIONS = ();
  26. LANGUAGE = English;
  27.